Package edu.claflin.finder.logic.cond
Class BipartiteCondition
java.lang.Object
edu.claflin.finder.logic.Condition
edu.claflin.finder.logic.cond.BipartiteCondition
Represents a bipartite graph as a Condition object. Used to test for
bipartiteness.
- Version:
- 1.1.1 May 26, 2015
- Author:
- Charles Allen Schultz II
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BipartiteCondition
public BipartiteCondition()
-
-
Method Details
-
satisfies
Used to test if the supplied graph is within the bounds of the condition's implementation.Checks to determine if the supplied graph is Bipartite.
-
toString
-